This is my first full-stack website and my first MERN stack website. Users create accounts on the site and write posts on the subjects they're interested in.
mongoURI
jwtSecret
mongoURI
is the URI string needed to connect to MongoDB. jwtSecret
is a string needed to generate JSON Web Tokens.
git clone https://github.com/SirIsaacNeutron/writer
cd writer/client
npm install
cd ..
npm install
npm run dev
Make sure you're in the writer
directory (not the client
directory within writer
) and that the required environment variables are defined before running the above command.