Skip to content

Latest commit

 

History

History
13 lines (10 loc) · 383 Bytes

File metadata and controls

13 lines (10 loc) · 383 Bytes

backend

To begin the installation process, please run the following command in your terminal. (while in the directory where you extracted the source code)

npm install

After that, run the SQL code in the .sql file given in the core directory. (outside of src/)

When all that is completed, you can now run the following command to start the server.

npm run dev