Writer's cafe is a MERN stack web application where users can read other people's written works (like novels, stories, etc) or write their own written works by creating an account for others to read.
Website Link: https://writers-cafe.herokuapp.com/
Writer’s cafe is a MERN stack web application where users can read other people’s written works (like novels, stories etc) or write their own written works on creating an account for others to read.
npm install
npm run dev
cd client
in the project terminal. Run the following command:
npm start
Note: A
config.env
file has to be created under/db/config
, and has to be populated with the required values for the project to run in development environment. For security reasons, this file has been omitted in the source code.
To use this project, make sure you create the file and populate the variables with your own values.