Desktop |
---|
Mobile | Side Panel |
---|---|
The backend api for the R Picture website. Uses a RESTful API to facilitate access to a mySQL database. Implements an express server with a custom middleware to parse Json Web Tokens. Uses the Sequelize ORM for mySQL query generation.
You can visit the deployed frontend of the app at r-picture.netlify.app
After cloning the api to your machine, you will need to run npm install
to install all the dependencies. Using .env.EXAMPLE
as a reference, create a .env
for the environment variables. You will need a mySQL database and a Cloudinary account.
Run npm start
to run the api. You can seed the database with random data for testing and demo purposes with npm run seed
.
This project is licensed under The MIT License
My github: SprocketCreations