akthecoders / apollo_server_auth_boilerplate

Starter code for having basic of user registration, login, delete.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

apollo_server_auth_boilerplate

Starter code for having basic of user registration, login, delete.

Just change the secret and mongoURI from config/default.json

Run npm install in the root directory of the project.

Commands

npm run server - To run just the server at http://localhost:4000.

npm run client - To run just the client at http://localhost:3000.

npm run dev - To run both server and client concurrently at the above server.

About

Starter code for having basic of user registration, login, delete.


Languages

Language:JavaScript 91.1%Language:HTML 8.9%