Skip to content

ankitdevelops/type-tales

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

48 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation


Logo

A simple text based, micro blogging website where user can share stories in up to 500 characters.

Live Site · Report Bug · Request Feature

Table of Contents
  1. About The Project
  2. Getting Started
  3. License
  4. Contact

About The Project

Logo

A simple text based, micro blogging website where user can share stories in up to 500 characters.

(back to top)

Built With

javascript

ExpressJS

NodeJs

React

MongoDB

TailwindCSS

(back to top)

Getting Started

To get a local copy up and running follow these steps.

Prerequisites

You need NodeJs installed on your machine.

Installation

  • Clone the repo
git clone https://github.com/ankitdevelops/type-tales.git
  • In the type_tales root folder install the backend packages using command
  npm install
  • create a .env file and and add the following environment variable.
PORT=<port>
MONGODB_URL=<db url>
JWT_SECRET=<very secure jwt secret>
JWT_EXPIRY=<jwt expiry day>
CLOUDINARY_CLOUD_NAME=<cloudinary cloud name>
CLOUDINARY_API_KEY=<key>
CLOUDINARY_API_SECRET=<secret key>
  • cd to frontend and install the required packages using command npm install.
  • run the application using command npm dev or can check the package.json file for more command.

(back to top)

License

Distributed under the MIT License. See LICENSE.md for more information.

(back to top)

Contact

Ankit Kumar - @linkedin/helloankit

Live Project Link: https://type-tales.vercel.app/

(back to top)

email: ankit@gmail.com
password: testing321

About

A simple text based social media, that allows user's to write story in 500 characters

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages