- React Js
- React Router
- Redux Toolkit
- React Bootstrap
- React Testing Library
- Paystack Api to handle payments
- Multer and Cloudinary for file uploads.
- Mongodb with Mongoose
- Express Js
- Jest Js
- Yarn
- Json Web Token
git clone https://github.com/boybenson/fast_food.git
cd fast_food
install backend server dependencies
yarn install
yarn post-install
create a .env file within the root folder, because you will need the following details to start the backend server.
PORT
JWT_TOKEN_KEY
CLOUDINARY_NAME
CLOUDINARY_API_KEY
CLOUDINARY_API_SECRET
MONGO_URI
start the backend server on your chosen port number
yarn start
open another terminal, cd into the frontend folder and install frontend dependencies
cd frontend
yarn install
start the frontend
yarn start
Happy Coding!!!!