Added the basic structure and fixed some issues!
Added the basic structure and fixed some issues! Fixes #2, fixes # 3
This commit is contained in:
parent
4427226eef
commit
1bcc272e0b
22 changed files with 4022 additions and 247 deletions
server
2
server/config.js
Normal file
2
server/config.js
Normal file
|
@ -0,0 +1,2 @@
|
|||
export const port = process.env.PORT || 3000;
|
||||
export const baseApi = 'api';
|
Loading…
Add table
Add a link
Reference in a new issue