Skip to content

DazornSama/sunoai-contests

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

SunoAI Contests

A simple application for SunoAI's contests management

How to run

First of all install latest NodeJS version (https://nodejs.org/en/download/package-manager).

Then, after cloning this repo, open your favourite shell and follow these steps:

Server

Create a .env file under the server folder with this content:

PORT=5000
ENV="DEVELOPMENT"
MONGODB_URL="..."
MONGODB_DB="sunoai-contests"

You must fill the values knowning that:

  • PORT refers to the port used by Express to run the APIs
  • ENV refers to current environment mode (DEVELOPMENT or PRODUCTION)
  • MONGODB_URL refers to your MongoDB instance URL
  • MONGODB_DB refers to the MongoDB database used

After, navigate (in your shell) to the server folder. After, run this command:

npm install

Then, you can launch the APIs just with this command:

npm start

!!!: NodeJS built-in watch is enabled! Every time you save a file, the app will be rebuilt!

UI

Coming soon...

About

A simple application for SunoAI's contests management

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages