Open for collab
To run this project, make sure to download and run the SQL, followed by cloning this repository. Be sure to input your information in a .ENV file as well as the database.
Create a .ENV file under the backend
folder details as follows:
Any details covered are of your own values
File name can be any to your liking. Under the upload preset:
- Disable Unsigned Uploading
- Create a new upload preset
- Upload preset name MUST be
upload_to_ADES
- Remember to link your File to the upload preset
- Be sure to key in your keys/secrets in the .ENV file
- To start backend server:
$ cd backend
$ npm i
$ npm start
- to start frontend server:
$ cd frontend
$ npm i
$ npm start