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
A simple text based, micro blogging website where user can share stories in up to 500 characters.
To get a local copy up and running follow these steps.
You need NodeJs installed on your machine.
- 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
.envfile 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>cdto frontend and install the required packages using commandnpm install.- run the application using command
npm devor can check the package.json file for more command.
Distributed under the MIT License. See LICENSE.md for more information.
Ankit Kumar - @linkedin/helloankit
Live Project Link: https://type-tales.vercel.app/
email: ankit@gmail.com
password: testing321