- Description of the project
- Technologies used
- Usage
- Installation
- Link URL to GitHub Repository
- Link URL of deployed app to Heroku
This MERN app is Chelcie's fanpage website where users can create an account, post their thoughts for others to see, interact with other users through these posts, be friends with each other and comment on posts. This application also uses front-end routing, api requests (queries and mutations) and user authentication.
Project is created using:
- MERN (MongoDB, Mongoose, Expressjs, REACT, Nodejs)
- GraphQL
- Apollo
- JsonWebToken
- Heroku
Here are some guidelines for installing the project on your local machine in order to be able to try it:
-
Clone or download the repository to your own local machine and run it from your command line.
-
Then, make sure that your repo includes a package.json with the required dependencies. You can create one by running
npm init
in your command line, andnpm i
ornpm install
to install the dependencies. -
Run
npm run develop
in your terminal from the root directory to launch the application. Or check the deployed app directly on the app's heroku link (https://secret-hollows-41476.herokuapp.com/). -
Enjoy and don't hesitate to contribute!