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