/creos-xyz

croes is using my code and refused to pay me so im makin it public, i will be updating it from the org.

Primary LanguageJavaScript

AnimeQuotes App

Built with NodeJS, React and Typescript.

Starting up the Backend Server

Make a copy of server/.env.example and rename as server/.env and fill in the required secrets.
The ALLOWED_ORIGINS is in this format: key=value1,value2,...

Move into the /server directory and simply run the following commands on your terminal

npm install
npm run dev

The server starts running as http://localhost:3001 or whatever port you've set it to listen to

Starting up the Frontend Application

Move into the /client directory and simply run the following commands on your terminal

npm install
npm run dev

The server starts running as http://localhost:5173 or whatever port you've set it to listen to

Feel free to reach out to me if you require my secrets for the backend.
Best regards.