Clone
6
Testing
Flam3rboy edited this page 2021-05-02 17:09:25 +02:00

Testing

Testing the api manually

1.: Follow the setup instructions here

2.: Navigate to the Gateway; install packages and run npm start

cd fosscord/gateway
npm i
npm start

3.: Navigate to the API; install packages and run npm start

cd fosscord/api
npm i
npm start

4.:

navigate to localhost:3001

test your changes manually on localhost