You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
Tushar Kapil
53ab7db29e
|
3 years ago | |
---|---|---|
client | 3 years ago | |
server | 3 years ago | |
README.md | 3 years ago |
README.md
A login and registration system with authentication and authorization using jsonWebTokens, node.js (Express), PostgreSQL, React.js
To Get Started
- Clone the Repo
- Run npm install in server and client directories
- Set Up PostgresSQL in your local setup.
- Add Credentials to db.js in server
- Run npm start in client and npm run dev in server to start the project