Notes
A simple notes application
Getting Started
Install dependencies
Ensure you have the following installed on your machine
- NodeJS
- Python
- Pipenv (a python package manager)
run yarn install
to install dependencies
navigate to data-store
directory and run pipenv install
Create a .env
file in the root of the projects with values as shown in .env-sample
.
Run database migration by navigating to data-store
and run pipenv run alembic upgrade head
Run the development server:
npm run dev
# or
yarn dev
Open http://localhost:3000 with your browser to see the result.
You can start editing the page by modifying pages/index.js
. The page auto-updates as you edit the file.
Learn More
To learn more about Next.js, take a look at the following resources:
- Next.js Documentation - learn about Next.js features and API.
- Learn Next.js - an interactive Next.js tutorial.
You can check out the Next.js GitHub repository - your feedback and contributions are welcome!
Deploy on Vercel
The easiest way to deploy your Next.js app is to use the Vercel Platform from the creators of Next.js.
Check out our Next.js deployment documentation for more details.